-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update module github.com/golang/glog to v1.2.4 #20293
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Reviewer's Guide by SourceryThis PR updates the Sequence diagram for updated log file handling in glog v1.2.4sequenceDiagram
participant Logger as Glog Logger
participant FileSystem as File System
participant SyncBuffer as SyncBuffer
Logger->>FileSystem: Check if log file exists
alt File exists
FileSystem-->>Logger: File exists
Logger->>Logger: Fail operation
else File doesn't exist
FileSystem-->>Logger: File doesn't exist
Logger->>FileSystem: Create log file
Logger->>SyncBuffer: Initialize buffer
Note over Logger, SyncBuffer: Prevents double creation<br/>in same second
end
Class diagram for glog v1.2.4 changesclassDiagram
class logging {
+createInDir(name string) error
+syncBuffer struct
}
class syncBuffer {
-file *os.File
+rotateFile() error
}
logging --> syncBuffer
note for syncBuffer "Now prevents duplicate
creation/rotation in same second"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
Quality Gate passedIssues Measures |
This PR contains the following updates:
v1.2.3
->v1.2.4
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
golang/glog (github.com/golang/glog)
v1.2.4
Compare Source
What's Changed
Full Changelog: golang/glog@v1.2.3...v1.2.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by Sourcery
Build: